google.golang.org/grpc.atomicSemaphore.wait (field)
4 uses
google.golang.org/grpc (current package)
server.go#L2220: wait chan struct{}
server.go#L2226: <-q.wait
server.go#L2237: q.wait <- struct{}{}
server.go#L2242: a := &atomicSemaphore{wait: make(chan struct{}, 1)}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)